Xamarin.iOS のドキュメント
Move メソッド (GridRowColCollection<T>)

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > GridRowColCollection<T> クラス : Move メソッド
移動前の位置。
移動後の位置。
from の位置にある項目を to に移動します。
シンタックス
'宣言
 
Public Sub Move( _
   ByVal from As System.Integer, _
   ByVal to As System.Integer _
) 
public void Move( 
   System.int from,
   System.int to
)

パラメータ

from
移動前の位置。
to
移動後の位置。
参照

GridRowColCollection<T> クラス
GridRowColCollection<T> メンバ